docs(ai-chat): add the 4.5.0 GA changelog entry#4033
Conversation
|
WalkthroughAdded a new June 25, 2026 changelog entry for 4.5.0-rc.8. It documents three AI chat changes: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Covers the chat.agent changes in 4.5.0-rc.8: the apiClient option on chat.headStart and chat.createStartSessionAction, the preview-branch x-trigger-branch fix, and the Head Start prepareMessages fix.
5321059 to
c2ea9d1
Compare
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
Summary
Adds the
4.5.0GA entry to the AI chat agents changelog covering thechat.agentchanges in that release: a newapiClientoption onchat.headStartandchat.createStartSessionActionfor pointing chat sessions at a different project or environment, the fix for messaging chat agents deployed to a preview branch, and the fix for Head Start handovers when the agent also defines aprepareMessageshook.All four changes are from #4018.